[INFO] fetching crate rust_tokio_kcp 0.2.5...
[INFO] checking rust_tokio_kcp-0.2.5 against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] extracting crate rust_tokio_kcp 0.2.5 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate rust_tokio_kcp 0.2.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate rust_tokio_kcp 0.2.5
[INFO] tweaked toml for crates.io crate rust_tokio_kcp 0.2.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust_tokio_kcp 0.2.5 on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rust_tokio_kcp 0.2.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767
[INFO] running `Command { std: "docker" "start" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling reed-solomon-erasure v6.0.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking jiff v0.2.18
[INFO] [stderr]     Checking byte_string v1.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hybrid-array v0.4.6
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking crypto-common v0.2.0-rc.12
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking kcp v0.5.3
[INFO] [stderr]     Checking cipher v0.5.0-rc.5
[INFO] [stderr]     Checking aes v0.9.0-rc.2
[INFO] [stderr]     Checking rust_tokio_kcp v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:389:31
[INFO] [stdout]     |
[INFO] [stdout] 389 |     use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:468:39
[INFO] [stdout]     |
[INFO] [stdout] 468 |             use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:521:39
[INFO] [stdout]     |
[INFO] [stdout] 521 |             use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Mutex`
[INFO] [stdout]  --> src/listener.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     sync::Mutex,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:389:31
[INFO] [stdout]     |
[INFO] [stdout] 389 |     use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:468:39
[INFO] [stdout]     |
[INFO] [stdout] 468 |             use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ArraySize`
[INFO] [stdout]    --> src/crypt.rs:521:39
[INFO] [stdout]     |
[INFO] [stdout] 521 |             use hybrid_array::{Array, ArraySize};
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Mutex`
[INFO] [stdout]  --> src/listener.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     sync::Mutex,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:417:47
[INFO] [stdout]     |
[INFO] [stdout] 417 |             let key_array = Array::<u8, U16>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:419:53
[INFO] [stdout]     |
[INFO] [stdout] 419 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:470:47
[INFO] [stdout]     |
[INFO] [stdout] 470 |             let key_array = Array::<u8, U24>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:472:53
[INFO] [stdout]     |
[INFO] [stdout] 472 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:523:47
[INFO] [stdout]     |
[INFO] [stdout] 523 |             let key_array = Array::<u8, U32>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:525:53
[INFO] [stdout]     |
[INFO] [stdout] 525 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/crypt.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/crypt.rs:66:36
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plaintext`
[INFO] [stdout]   --> src/crypt.rs:66:50
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plaintext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/crypt.rs:83:20
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/crypt.rs:83:36
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ciphertext`
[INFO] [stdout]   --> src/crypt.rs:83:50
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ciphertext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:417:47
[INFO] [stdout]     |
[INFO] [stdout] 417 |             let key_array = Array::<u8, U16>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:419:53
[INFO] [stdout]     |
[INFO] [stdout] 419 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:470:47
[INFO] [stdout]     |
[INFO] [stdout] 470 |             let key_array = Array::<u8, U24>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:472:53
[INFO] [stdout]     |
[INFO] [stdout] 472 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:523:47
[INFO] [stdout]     |
[INFO] [stdout] 523 |             let key_array = Array::<u8, U32>::from_slice(&self.key);
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cipher::Array::<T, U>::from_mut_slice`: use `TryFrom` instead
[INFO] [stdout]    --> src/crypt.rs:525:53
[INFO] [stdout]     |
[INFO] [stdout] 525 |             let mut block_array = Array::<u8, U16>::from_mut_slice(block);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/crypt.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/crypt.rs:66:36
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plaintext`
[INFO] [stdout]   --> src/crypt.rs:66:50
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn seal(&self, dst: &mut [u8], nonce: &[u8], plaintext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_plaintext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/crypt.rs:83:20
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/crypt.rs:83:36
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ciphertext`
[INFO] [stdout]   --> src/crypt.rs:83:50
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn open(&self, dst: &mut [u8], nonce: &[u8], ciphertext: &[u8]) -> Result<usize, String> {
[INFO] [stdout]    |                                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ciphertext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> src/listener.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct KcpListener {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     mode:ListenerMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KcpListener` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mode` is never read
[INFO] [stdout]   --> src/listener.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct KcpListener {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     mode:ListenerMode,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KcpListener` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_hex_dump` is never used
[INFO] [stdout]   --> examples/tea_comparison.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn print_hex_dump(data: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]  --> examples/test_crypt.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let key = b"1234567890123456";
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
[INFO] running `Command { std: "docker" "inspect" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767", kill_on_drop: false }`
[INFO] [stdout] 04ecd6806bf5219cd1b30abd80e796357050f01eae10ae03de4f7a75e457e767
